com.inscoper.nbo.Well
Represents the XML element Well. More...
Inherits from com.inscoper.nbo.NBOBaseClass
Public Functions
| Name | |
|---|---|
| synchronized void | delete() |
| Well() | |
| String | getTypeName() Returns the class type name. |
| String | getXMLName() Returns the XML element name corresponding to this class. |
| ENBOType | getNBOType() Returns the NBO Type corresponding to this class. |
| NBOBaseClassVector | getChildren() Returns a list of all classes derived from this class. |
| NBOBaseClassVector | getSubElements() Returns a list of all child elements contained in this class. |
| void | fromJsonFile(String path) Populates this object from a JSON file. |
| void | fromJsonString(String json_string) Populates this object from a JSON string. |
| void | fromXmlFile(String path) Populates this object from a XML file. |
| void | fromXmlString(String xml_string) Populates this object from a XML string. |
| void | toXmlFile(String filename) Serializes this object to an XML file. |
| String | toXmlString() Serializes this object to an XML string. |
| void | setID(WellID_Type value) Sets the value of the ID attribute. |
| WellID_Type | getID() Returns the value of the ID attribute. |
| void | resetID() Resets the ID attribute to an unset state. |
| boolean | hasID() Checks whether the optional ID attribute is present. |
| void | setColumn(NonNegativeInt_Type value) Sets the value of the Column attribute. |
| NonNegativeInt_Type | getColumn() Returns the value of the Column attribute. |
| void | resetColumn() Resets the Column attribute to an unset state. |
| boolean | hasColumn() Checks whether the optional Column attribute is present. |
| void | setRow(NonNegativeInt_Type value) Sets the value of the Row attribute. |
| NonNegativeInt_Type | getRow() Returns the value of the Row attribute. |
| void | resetRow() Resets the Row attribute to an unset state. |
| boolean | hasRow() Checks whether the optional Row attribute is present. |
| void | setExternalDescription(String value) Sets the value of the ExternalDescription attribute. |
| String | getExternalDescription() Returns the value of the ExternalDescription attribute. |
| void | resetExternalDescription() Resets the ExternalDescription attribute to an unset state. |
| boolean | hasExternalDescription() Checks whether the optional ExternalDescription attribute is present. |
| void | setExternalIdentifier(String value) Sets the value of the ExternalIdentifier attribute. |
| String | getExternalIdentifier() Returns the value of the ExternalIdentifier attribute. |
| void | resetExternalIdentifier() Resets the ExternalIdentifier attribute to an unset state. |
| boolean | hasExternalIdentifier() Checks whether the optional ExternalIdentifier attribute is present. |
| void | setType(String value) Sets the value of the Type attribute. |
| String | getType() Returns the value of the Type attribute. |
| void | resetType() Resets the Type attribute to an unset state. |
| boolean | hasType() Checks whether the optional Type attribute is present. |
| void | setColor(Color_Type value) Sets the value of the Color attribute. |
| Color_Type | getColor() Returns the value of the Color attribute. |
| void | resetColor() Resets the Color attribute to an unset state. |
| boolean | hasColor() Checks whether the optional Color attribute is present. |
| void | setWellSample_List(WellSampleVector value) Sets the list of WellSample elements. |
| WellSampleVector | getWellSample_List() Returns the list of WellSample elements. |
| void | addToWellSample_List(WellSample value) Adds a new WellSample element to this object. |
| void | clearWellSample_List() Clear the list of WellSample. |
| void | setReagentRef(ReagentRef value) Sets the value of the ReagentRef element. |
| ReagentRef | getReagentRef() Returns the value of the ReagentRef element. |
| void | resetReagentRef() Resets the ReagentRef element to an unset state. |
| boolean | hasReagentRef() Checks whether the optional ReagentRef element is present. |
| void | setAnnotationRef_List(AnnotationRefVector value) Sets the list of AnnotationRef elements. |
| AnnotationRefVector | getAnnotationRef_List() Returns the list of AnnotationRef elements. |
| void | addToAnnotationRef_List(AnnotationRef value) Adds a new AnnotationRef element to this object. |
| void | clearAnnotationRef_List() Clear the list of AnnotationRef. |
| Well | __internal_create(long cPtr, boolean own) |
Protected Functions
| Name | |
|---|---|
| Well(long cPtr, boolean cMemoryOwn) | |
| void | swigSetCMemOwn(boolean own) |
| void | finalize() |
| long | getCPtr(Well obj) |
Additional inherited members
Protected Functions inherited from com.inscoper.nbo.NBOBaseClass
| Name | |
|---|---|
| NBOBaseClass(long cPtr, boolean cMemoryOwn) |
Detailed Description
Represents the XML element Well.
A Well is a component of the Well/Plate/Screen construct to describe screening applications. A Well has a number of WellSample elements that link to the Images collected in this well. The ReagentRef links any Reagents that were used in this Well. A well is part of only one Plate. The origin for the row and column identifiers is the top left corner of the plate starting at zero. i.e The top left well of a plate is index (0,0)
Public Functions Documentation
function delete
Reimplements: com.inscoper.nbo.NBOBaseClass.delete
function Well
function getTypeName
Returns the class type name.
Return: The class type name
Reimplements: com.inscoper.nbo.NBOBaseClass.getTypeName
function getXMLName
Returns the XML element name corresponding to this class.
Return: The XML element name
Reimplements: com.inscoper.nbo.NBOBaseClass.getXMLName
function getNBOType
Returns the NBO Type corresponding to this class.
Return: The NBO Type value
Reimplements: com.inscoper.nbo.NBOBaseClass.getNBOType
function getChildren
Returns a list of all classes derived from this class.
Return: The list of derived classes
Reimplements: com.inscoper.nbo.NBOBaseClass.getChildren
function getSubElements
Returns a list of all child elements contained in this class.
Return: The list of child classes
Reimplements: com.inscoper.nbo.NBOBaseClass.getSubElements
function fromJsonFile
Populates this object from a JSON file.
Parameters:
- path The path to the JSON file
function fromJsonString
Populates this object from a JSON string.
Parameters:
- json_string The JSON content as a string
function fromXmlFile
Populates this object from a XML file.
Parameters:
- path The path to the XML file
function fromXmlString
Populates this object from a XML string.
Parameters:
- xml_string The XML content as a string
function toXmlFile
Serializes this object to an XML file.
Parameters:
- filename The path to the output XML file
function toXmlString
Serializes this object to an XML string.
Return: A string containing the XML representation of this object
function setID
Sets the value of the ID attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getID
Returns the value of the ID attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetID
Resets the ID attribute to an unset state.
No description available in the XSD standard.
function hasID
Checks whether the optional ID attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setColumn
Sets the value of the Column attribute.
Parameters:
- value The value to set
This is the column index of the well, the origin is the top left corner of the plate with the first column of cells being column zero. i.e top left is (0,0) The combination of Row, Column has to be unique for each well in a plate.
function getColumn
Returns the value of the Column attribute.
Return: The value of the attribute
This is the column index of the well, the origin is the top left corner of the plate with the first column of cells being column zero. i.e top left is (0,0) The combination of Row, Column has to be unique for each well in a plate.
function resetColumn
Resets the Column attribute to an unset state.
This is the column index of the well, the origin is the top left corner of the plate with the first column of cells being column zero. i.e top left is (0,0) The combination of Row, Column has to be unique for each well in a plate.
function hasColumn
Checks whether the optional Column attribute is present.
Return: true if the optional attribute has been set, false otherwise
This is the column index of the well, the origin is the top left corner of the plate with the first column of cells being column zero. i.e top left is (0,0) The combination of Row, Column has to be unique for each well in a plate.
function setRow
Sets the value of the Row attribute.
Parameters:
- value The value to set
This is the row index of the well, the origin is the top left corner of the plate with the first row of wells being row zero. i.e top left is (0,0) The combination of Row, Column has to be unique for each well in a plate.
function getRow
Returns the value of the Row attribute.
Return: The value of the attribute
This is the row index of the well, the origin is the top left corner of the plate with the first row of wells being row zero. i.e top left is (0,0) The combination of Row, Column has to be unique for each well in a plate.
function resetRow
Resets the Row attribute to an unset state.
This is the row index of the well, the origin is the top left corner of the plate with the first row of wells being row zero. i.e top left is (0,0) The combination of Row, Column has to be unique for each well in a plate.
function hasRow
Checks whether the optional Row attribute is present.
Return: true if the optional attribute has been set, false otherwise
This is the row index of the well, the origin is the top left corner of the plate with the first row of wells being row zero. i.e top left is (0,0) The combination of Row, Column has to be unique for each well in a plate.
function setExternalDescription
Sets the value of the ExternalDescription attribute.
Parameters:
- value The value to set
A description of the externally defined identifier for this plate.
function getExternalDescription
Returns the value of the ExternalDescription attribute.
Return: The value of the attribute
A description of the externally defined identifier for this plate.
function resetExternalDescription
Resets the ExternalDescription attribute to an unset state.
A description of the externally defined identifier for this plate.
function hasExternalDescription
Checks whether the optional ExternalDescription attribute is present.
Return: true if the optional attribute has been set, false otherwise
A description of the externally defined identifier for this plate.
function setExternalIdentifier
Sets the value of the ExternalIdentifier attribute.
Parameters:
- value The value to set
The ExternalIdentifier attribute may contain a reference to an external database.
function getExternalIdentifier
Returns the value of the ExternalIdentifier attribute.
Return: The value of the attribute
The ExternalIdentifier attribute may contain a reference to an external database.
function resetExternalIdentifier
Resets the ExternalIdentifier attribute to an unset state.
The ExternalIdentifier attribute may contain a reference to an external database.
function hasExternalIdentifier
Checks whether the optional ExternalIdentifier attribute is present.
Return: true if the optional attribute has been set, false otherwise
The ExternalIdentifier attribute may contain a reference to an external database.
function setType
Sets the value of the Type attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getType
Returns the value of the Type attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetType
Resets the Type attribute to an unset state.
No description available in the XSD standard.
function hasType
Checks whether the optional Type attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setColor
Sets the value of the Color attribute.
Parameters:
- value The value to set
No description available in the XSD standard.
function getColor
Returns the value of the Color attribute.
Return: The value of the attribute
No description available in the XSD standard.
function resetColor
Resets the Color attribute to an unset state.
No description available in the XSD standard.
function hasColor
Checks whether the optional Color attribute is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setWellSample_List
Sets the list of WellSample elements.
Parameters:
- value The new list of WellSample elements
No description available in the XSD standard.
function getWellSample_List
Returns the list of WellSample elements.
Return: The list of WellSample elements
No description available in the XSD standard.
function addToWellSample_List
Adds a new WellSample element to this object.
Parameters:
- value The element to add
No description available in the XSD standard.
function clearWellSample_List
Clear the list of WellSample.
No description available in the XSD standard.
function setReagentRef
Sets the value of the ReagentRef element.
Parameters:
- value The value to set
No description available in the XSD standard.
function getReagentRef
Returns the value of the ReagentRef element.
Return: The value of the element
No description available in the XSD standard.
function resetReagentRef
Resets the ReagentRef element to an unset state.
No description available in the XSD standard.
function hasReagentRef
Checks whether the optional ReagentRef element is present.
Return: true if the optional attribute has been set, false otherwise
No description available in the XSD standard.
function setAnnotationRef_List
Sets the list of AnnotationRef elements.
Parameters:
- value The new list of AnnotationRef elements
No description available in the XSD standard.
function getAnnotationRef_List
Returns the list of AnnotationRef elements.
Return: The list of AnnotationRef elements
No description available in the XSD standard.
function addToAnnotationRef_List
Adds a new AnnotationRef element to this object.
Parameters:
- value The element to add
No description available in the XSD standard.
function clearAnnotationRef_List
Clear the list of AnnotationRef.
No description available in the XSD standard.
function __internal_create
Reimplements: com.inscoper.nbo.NBOBaseClass.__internal_create
Protected Functions Documentation
function Well
function swigSetCMemOwn
Reimplements: com.inscoper.nbo.NBOBaseClass.swigSetCMemOwn
function finalize
Reimplements: com.inscoper.nbo.NBOBaseClass.finalize
function getCPtr
Updated on 2026-02-13 at 16:11:08 +0100